EnableRequest

data class EnableRequest(timeDomain: String?)

Represents request frame that can be used with Performance#enable operation call.

Enable collecting and reporting metrics.

See also

Constructors

EnableRequest
Link copied to clipboard
fun EnableRequest(timeDomain: String? = null)

Properties

timeDomain
Link copied to clipboard
val timeDomain: String? = null
Time domain to use for collecting and reporting duration metrics.

Sources

jvm source
Link copied to clipboard